projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de89fe5
)
toolbar: Fix compilation warnings - missing cast
author
Benjamin Otte
<otte@redhat.com>
Tue, 28 Sep 2010 16:26:23 +0000
(18:26 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 28 Sep 2010 16:26:23 +0000
(18:26 +0200)
gtk/gtktoolbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolbar.c
b/gtk/gtktoolbar.c
index bc91bff85e9fbc5a4914d54f3465f52e88e8cbd5..3a3d7af089583fc549dd4dfe5832afaff7f6f739 100644
(file)
--- a/
gtk/gtktoolbar.c
+++ b/
gtk/gtktoolbar.c
@@
-3390,7
+3390,7
@@
toolbar_content_get_state (ToolbarContent *content)
static gboolean
toolbar_content_child_visible (ToolbarContent *content)
{
- return gtk_widget_get_child_visible (
content->item
);
+ return gtk_widget_get_child_visible (
GTK_WIDGET (content->item)
);
}
static void